home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1686 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: due.unit.no!usenet
  2. From: Steffen Thorsen <steffent@stud.unit.no>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: playing 14 bit samples. how?
  5. Date: Mon, 22 Jan 1996 20:00:37 +0100
  6. Organization: University of Trondheim, Norway
  7. Message-ID: <3103DED5.41C6@stud.unit.no>
  8. References: <4e0eeo$74f@tic.sm.dsi.unimi.it>
  9. NNTP-Posting-Host: signy3.stud.unit.no
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0b6a (X11; I; IRIX 5.3 IP22)
  14.  
  15. stefano caselli wrote:
  16. > I've found on Aminet some progs claiming to be able to play samples
  17. > with  14 bit quality, using only the standard amiga audio hardware.
  18. > I'd like to know how this can be done (if possible).
  19. > Can someone post some text about it? (detailed explanations,please)
  20. > thanx.
  21. The Amiga has 8 bit sound by standard. But it also has 6 bit volume
  22. registers for each sound channel which can be adjusted independently
  23. from the main sound. And 6+8 bit is 14 bit as far as I know. It seems
  24. easy, but needs a whole lot of CPU power doing this, while normal 8-bit
  25. can be handled directly by DMA. Another problem is that you will have to
  26. calibrate the programs to your speakers.
  27.  
  28. Download those programs, they probably have a more detailed explanation!
  29. -- 
  30. *************************************************************************
  31. * Steffen Thorsen, Fjordg 8A, N-4300 Sandnes, Norway                    *
  32. * email: steffent@stud.ntnu.no    or    steffent@pvv.unit.no            *
  33. * World Wide Web URL: http://www.stud.unit.no/USERBIN/steffent/home.pl  *
  34. *************************************************************************
  35.